Gets or sets a property path that that specifies how to get the key for the "label" node data of a link data object.
public string LinkLabelNodePath {get; set;}
Property Value
This value is used by
FindLabelNodeKeyForLink to get a reference to the node data associated with this link. The default value, an empty string, means there is no label node for any link --
FindLabelNodeKeyForLink will not be called. A null value may be used to indicate that there is no property path but that
FindLabelNodeKeyForLink should still be called because it has been overridden.